/*common start*/
body,div,ul,li,a,img,p,dl,dt,dd,h1,h2,h3,h4,span,strong,input{ margin:0; padding:0;list-style:none;text-decoration:none;border:0; list-style:none;}
body{ font-size:12px;font-family:'Microsoft YaHei'; color:#000;}
img{border: 0;width: 100%;}
a{color:#000;}
a:hover{ text-decoration:none;}
em,i{font-style: normal;}
.fl{float: left;}
.fr{float: right;}
.clearfix:after{ content: ""; display: block; clear:both; }
.elps1{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.h{display: none}
/*common end*/

/*header*/
.head_banner{
    width: 1200px;
    height: 300px;
    margin: 0 auto;
    background: url("../images/banner-bg.png") no-repeat bottom center;
    background-size: cover;
}
.head_banner .head_warp{
    width: 1000px;
    margin: 0 auto;
    padding-top: 30px;
}
.head_banner .head_warp .company_logo{
    display: block;
    width: 220px;
}
.head_banner .head_warp nav{
    margin-left: 100px;
    margin-top: 10px;
}
.head_banner .head_warp nav ul li,
.index_bg .index_head nav ul li{
    width: 121px;
    float: left;
}
.head_banner .head_warp nav ul a,
.index_bg .index_head nav ul li a{
    font-size: 14px;
    display: block;
}
.head_banner .head_warp nav ul a span{
    display: block;
    font-size: 12px;
    margin-left: -20px;
    transform: scale(.7);
    -webkit-transform: scale(.7);
    -moz-transform: scale(.7);
    -ms-transform: scale(.7);
}
.head_banner .head_warp .top_right a{
    width: 70px;
    display: block;
    background: #4981b6;
    padding: 1px 0;
    text-align: center;
    color: #fff;
    border-radius: 3px;
    margin-top: 5px;
}

/*content*/
.content_wrap{
    position: relative;
    width: 1200px;
    margin: 0 auto;
}
/*left-menu*/
.content_wrap .left_floor{
    width: 300px;
    background: url("../images/menu-top.jpg") no-repeat top center;
    background-size: 100%;
}
.content_wrap .left_floor h2{
    font-size: 22px;
    color: #fff;
    margin-left: 20px;
    font-family: "宋体";
    padding: 24px 0;
    letter-spacing: 3px;
}
.content_wrap .left_floor ul li{
    margin: 20px 0 20px 30px;
    padding: 2px 0;
    background: url("../images/menu-icon.jpg") no-repeat left center;
    background-size: contain;
}
.content_wrap .left_floor ul li a{
    display: block;
    color: #00348a;
    font-size: 14px;
    margin-left: 25px;
    height:25px;
    line-height: 25px;
}
.content_wrap .left_floor ul li a:hover{
    font-weight: bold;
}
.content_wrap .left_floor .service_line{
    margin-top: 130px;
    margin-bottom: 30px;
}

/*line*/
.content_wrap .line{
    width: 1px;
    position: absolute;
    left: 300px;
    top: 0;
    bottom: 0;
    background: #ddd;
}

/*right-content*/
.content_wrap .right_floor{
    width: 899px;
    padding-bottom: 30px;
}
/*bread*/
.content_wrap .right_floor .right_bread{
    width: 100%;
    height: 35px;
    background: url("../images/welcome-bg.jpg") repeat-x bottom left;
    background-size: contain;
}
.content_wrap .right_floor .right_bread .wel_img{
    display: inline-block;
    width: 100px;
    margin-left: 20px;
    margin-top: 10px;
}
.content_wrap .right_floor .right_bread p{
    color: #00348a;
    display: inline-block;
    margin-left: 10px;
}
.content_wrap .right_floor .right_bread p a{
    color: #999;
}
.content_wrap .right_floor .right_bread p a.on{
    color: #00348a;
}
.content_wrap .right_floor .pro_detail h2{
    font-size: 14px;
}

/*footer*/
.footer{
    width: 1200px;
    height: 105px;
    margin: 0 auto;
    border-top: 1px solid #ddd;
}
.footer .footer_left{
    width: 300px;
    height: 100%;
}
.footer .footer_logo{
    display: inline-block;
    width: 150px;
    margin-top: 32px;
    margin-left: 108px;
}
.footer .footer_right{
    height: 100%;
    border-left: 1px solid #ddd;
    padding-left: 35px;
    color: #00348a;
}
.footer .footer_right .footer_nav{
    margin-top: 20px;
}
.footer .footer_right .footer_nav a{
    color: #00348a;
}
.footer .footer_right .footer_nav span{
    margin: 0 6px;
}
.footer .footer_right .copyright{
    margin: 8px 0;
}
.footer .footer_right .copy_icon{
    width: 50px;
}
.fengye{
    margin-top:20px
}
.fengye span, .fengye a{
    margin: 0 3px
}